projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb67bd
)
(Fx_synchronize): Reindent.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 13 Nov 2001 11:58:21 +0000
(11:58 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 13 Nov 2001 11:58:21 +0000
(11:58 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b142212fdba8b8c1575ba6b871bc872edda466e6..ec7ab8c6b03d7ee95367a72962baa72564a3a1ae 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2001-11-13 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+ * w32fns.c (Fx_synchronize): Reindent.
+
* fns.c: Doc fix.
* emacs.c: Doc fix.
diff --git
a/src/w32fns.c
b/src/w32fns.c
index cd82447c73f598674eb68af4c7e6c55abe98c555..cbfff0fe77536bb9b8a78defc900e8b72027fc64 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-7704,9
+7704,9
@@
DEFUN ("x-display-list", Fx_display_list, Sx_display_list, 0, 0, 0,
}
DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
- doc: /* This is a noop on W32 systems. */)
- (on, display)
- Lisp_Object display, on;
+ doc: /* This is a noop on W32 systems.
*/)
+
(on, display)
+
Lisp_Object display, on;
{
return Qnil;
}